home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / Assignments.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(release).as
Text File  |  2005-02-28  |  191b  |  12 lines

  1. on(release){
  2.    if(this._parent.conn == 33)
  3.    {
  4.       gotoAndStop("email");
  5.    }
  6.    else
  7.    {
  8.       loadVariables(this._parent.connURL,this);
  9.       gotoAndStop("noemail");
  10.    }
  11. }
  12.